en

Core dump

ru

Перевод core dump на русский язык

core dump
The system generated a core dump after the crash.
Система сгенерировала дамп ядра после сбоя.

Опеределения

A core dump is a file that captures the memory contents of a running process at a specific point in time, typically when the process crashes or encounters a serious error. It is used for debugging purposes, allowing developers to analyze the state of the program, including variable values and the call stack, to identify the cause of the failure.